home *** CD-ROM | disk | FTP | other *** search
- object ASSOCIATEDLG: TASSOCIATEDLG
- Tag = 1
- Left = 242
- Top = 109
- HelpContext = 130
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Associate'
- ClientHeight = 174
- ClientWidth = 389
- Font.Color = clBtnText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Tag = 6
- Left = 4
- Top = 2
- Width = 296
- Height = 15
- AutoSize = False
- Caption = 'All files with &extension (ending with):'
- FocusControl = id_as_extension
- WordWrap = True
- end
- object Associatewith: TLabel
- Tag = 7
- Left = 4
- Top = 24
- Width = 296
- Height = 15
- AutoSize = False
- Caption = '&Associate with:'
- FocusControl = id_as_assotiations
- WordWrap = True
- end
- object id_as_extension: TComboBox
- Left = 305
- Top = 1
- Width = 80
- Height = 21
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- MaxLength = 255
- ParentFont = False
- Sorted = True
- TabOrder = 0
- OnChange = id_as_extensionChange
- end
- object id_as_assotiations: TComboBox
- Left = 4
- Top = 42
- Width = 296
- Height = 131
- Style = csSimple
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- MaxLength = 255
- ParentFont = False
- Sorted = True
- TabOrder = 1
- OnChange = id_as_assotiationsChange
- end
- object Ok: TButton
- Tag = 4001
- Left = 305
- Top = 66
- Width = 80
- Height = 23
- Caption = 'Ok'
- Default = True
- TabOrder = 3
- OnClick = OkClick
- end
- object Cancel: TButton
- Tag = 4002
- Left = 305
- Top = 91
- Width = 80
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = CancelClick
- end
- object id_as_search: TButton
- Tag = 5
- Left = 305
- Top = 41
- Width = 80
- Height = 23
- Caption = '&Browse...'
- TabOrder = 2
- OnClick = id_as_searchClick
- end
- object id_globalhelp: TButton
- Tag = 4003
- Left = 305
- Top = 116
- Width = 80
- Height = 23
- Caption = '&Help'
- TabOrder = 5
- OnClick = id_globalhelpClick
- end
- object Translate1: TTranslate
- Tag = 5020
- Left = 352
- Top = 144
- end
- object ResolutionFix1: TResolutionFix
- Left = 316
- Top = 144
- end
- end
-